From: YAMAMOTO Mitsuharu Date: Wed, 29 Apr 2009 03:48:47 +0000 (+0000) Subject: (init_keyboard) [POLL_FOR_INPUT]: Reset poll_timer. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~421^2~709 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=d2621e209245e4887dc2bd3d09f9cf98ebc26d21;p=emacs.git (init_keyboard) [POLL_FOR_INPUT]: Reset poll_timer. --- diff --git a/src/keyboard.c b/src/keyboard.c index 9f9705d56bf..4a19457d49f 100644 --- a/src/keyboard.c +++ b/src/keyboard.c @@ -11681,6 +11681,7 @@ init_keyboard () (*keyboard_init_hook) (); #ifdef POLL_FOR_INPUT + poll_timer = NULL; poll_suppress_count = 1; start_polling (); #endif